home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / Pearls / dev / Debug / MemoryX / MemoryX.doc < prev    next >
Text File  |  1995-06-29  |  4KB  |  84 lines

  1. *************************************************************************
  2. *                                                                       *
  3. *           MemoryX v0.5ß (07-Nov-1994) by Per-Olof Yliniemi            *
  4. *                                                                       *
  5. *               Copyright © 1994 - All Rights Reserved                  *
  6. *                                                                       *
  7. *************************************************************************
  8. *                                                                       *
  9. * DISCLAIMER: No responsibility can be taken on the part of the  author *
  10. *   for any  consequences  that may  occur  as a result  of using  this *
  11. *   program.  Every part of the  program has been  thoroughly tested to *
  12. *   to its specified limits and any  known specific  limitations of the *
  13. *   the program are stated within this documentation.                   *
  14. *                                                                       *
  15. *************************************************************************
  16. *                                                                       *
  17. * COPYRIGHT: This program is  DISKWARE.  If you use it,  send me one or *
  18. *   more  disk(s)  with freely  distributable  programs (PD, Shareware, *
  19. *   Freeware, ???ware).  The program may be  freely distributed as long *
  20. *   as all files are distributed and unmodified.                        *
  21. *                                                                       *
  22. *   The  program  may  not be  sold for any profit  (a nominal  fee for *
  23. *   copying is accepted).                                               *
  24. *                                                                       *
  25. *   This program may not be used as a  part of any  commercial packages *
  26. *   without my permission.  The source code for this program may not be *
  27. *   reproduced by disassembling or reversing the development process in *
  28. *   any way.                                                            *
  29. *                                                                       *
  30. *************************************************************************
  31.  
  32. Introduction:
  33. ~~~~~~~~~~~~~
  34. This program lets you view the contents of the memory in your computer. It
  35. can be useful for programmers while debugging (that's what I wrote it for).
  36. The program views 256 bytes at a time both in HEX and ASCII, and can update
  37. its display automatically every 1/50 second.
  38.  
  39. Requirements/Usage:
  40. ~~~~~~~~~~~~~~~~~~~
  41. The program requires v37 (2.0) of the operating system. The program can be
  42. started from Workbench & CLI. No arguments are passed to the program while
  43. starting it up. When the program open its window, it defaults to look at
  44. address $40000 (this address should exist on all Amigas, except A1000).
  45.  
  46. There are 5 gadgets that controls the program. The address gadget is at the
  47. left of the window. Here you should type in the address to look at. The
  48. program doesn't check if the address is valid, and if you try to go inside
  49. the custom chips, weird things will happen. Press the "Update Display"
  50. gadget to refresh the display and change the current address.
  51.  
  52. The "Auto Update" gadget enables/disables automatic update of the display
  53. every 1/50s.
  54.  
  55. The "Next 256 bytes" gadget changes the current address to 256 bytes later
  56. in memory. Be careful to not enter the custom chip area ($DFF000)!
  57.  
  58. The "Prev 256 bytes" gadget changes the current address to 256 bytes earlier
  59. in memory. Be careful to not enter the custom chip area ($DFF000)!
  60.  
  61. The program can be iconified by pressing the "Zoom" system gadget (it's the
  62. first of the two gadgets in the right edge of the window title).
  63.  
  64. ---------------------------------------------------------------------------
  65.  
  66.  All kinds of freely distributable programs (new software...) are accepted
  67.  as a contribution for this program. If you are a programmer, send me some
  68.  of your own programs.
  69.  
  70.  Contributions for this program and bug reports should be sent to:
  71.  
  72.  
  73.                       Per-Olof Yliniemi
  74.                       Muoniovaara
  75.                       S-980 64 Muodoslompolo
  76.                       SWEDEN
  77.  
  78. Note:
  79.  If you want to have the source code for this program, and  maybe  use  it
  80.  in  your  own programs, send me some equivalent assembly language program
  81.  that YOU have written (about 680 lines of source, 2.6k exe).
  82.  
  83. ---------------------------------------------------------------------------
  84.